home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2005 Utilities / CHIP Utilities 2005.7z / CHIP Utilities 2005.iso / images / freedos.img / ETC / AUTORUN3.BAT < prev    next >
DOS Batch File  |  2004-12-10  |  264b  |  9 lines

  1. @if "%debug%"=="" echo off
  2. if not exist %ramdrv%\bin\ubcd.bat goto _end
  3. if exist %ramdrv%\help\ubcd.hlp goto _start
  4. if not exist %ramdrv%\help\*.hlp goto _start
  5. echo ubcd     Ultimate Boot CD>%ramdrv%\help\ubcd.hlp
  6. :_start
  7. call %ramdrv%\bin\ubcd.bat
  8. :_end
  9.